@font-face {
	font-family: 'ArialMT';
	src: url("./ARIALN_1.TTF") format('truetype');

}



body {
	min-width: 1400px;
	font-family: "Microsoft YaHei", MicrosoftYaHei, 微软雅黑, sans-serif;

}


img {
	vertical-align: middle
}

/* .container {
    width: 1920px;
    margin: 0 auto;
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -960px;
} */

.container {
	width: 1920px;
	margin: 0 auto;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}


@media (max-width: 1920px) {
	.container {
		width: 100%;
		position: relative;
		left: 0;
		transform: none;
	}
}

a,
a:hover,
a:focus {
	color: inherit;
	text-decoration: none;
}

.width1200 {
	width: 1200px;
	margin: 0 auto;
	display: block;
}

.header {}

.header .header-topbar {
	height: 54px;
	background-color: #ad1821;
	/* line-height: 54px; */
	text-align: right;
}

.header .header-topbar a {

	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	/* line-height: 66px; */
	letter-spacing: 1px;
	color: #ffffff;
	margin-right: 45px;
	line-height: 54px;
}

.header .header-topbar .search-form {
	display: inline-block;
	position: relative;
	height: 36px;
}

.header .header-topbar .search-form input {
	width: 350px;
	height: 36px;
	background-color: #ffffff;
	border-radius: 6px;
	border: 0;
	padding: 0 12px;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 1px;
	color: #b4b4b4;
	background-image: url(ifl_form_search.png);
	background-repeat: no-repeat;
	background-position: 320px center;
	padding-right: 38px;
}

.header .header-topbar .search-form input:focus-visible {
	border: 0;
	outline: 0;
}

.header .header-topbar .search_icon {
	position: absolute;
	right: 10px;
	top: 9px;
	width: 18px; cursor: pointer;
}

.header .header-content {
	height: 106px;
	overflow: hidden;
}

.header .header-content .header-logo {
	width: 290px;
	float: left;
}

.header .header-content .header-logo img {}

.header .header-content .header-nav {
	float: right;
	height: 106px;
	line-height: 106px;
}

.header-nav ul {}

.header-nav li {
	float: left;
}


.cy-nav {
	margin: 0 auto;
	float: none;
	height: 100%;
}

.cy-nav li {
	/* line-height: 56px; */
	height: 100%;
	padding: 0 15px;
	position: relative;
}

.cy-nav li:last-child {
	padding-right: 0;
}

.cy-nav li.active {}

.cy-nav li a {
	padding: 0 10px;
	/* display: inline-block; */
	color: #ad1821;
	height: 100%;
	/* line-height: 56px; */
	position: relative;
	font-size: 16px;
}

.cy-nav li::after {
	content: "";
	position: absolute;
	bottom: 45px;
	right: 0;
	margin-left: 0;
	width: 1px;
	height: 16px;
	background-color: #ad1821;
}

.cy-nav li:last-child::after {
	display: none;
}

.nav>li>a:hover,
.nav>li>a:focus {
	background: none;
}

.cy-nav li.active a::after,
.cy-nav li:hover a::after {
	content: "";
	position: absolute;
	bottom: 33px;
	left: 50%;
	margin-left: -18px;
	width: 36px;
	height: 4px;
	background-color: #ad1821;
	/*border-bottom: 5px solid #c20000;*/
}


.swiper-main-container {
	width: 100%;
	height: 420px;
}

.swiper-main-container .swiper-slide {
	position: relative;
	height: auto;
	overflow: hidden;
}

.swiper-main-container .swiper-slide img {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	/* 灞呬腑鍥剧墖 */
	height: 100%;
	/* 鍥剧墖楂樺害100% */
	width: auto;
	/* 鍥剧墖瀹藉害鑷姩璋冩暣浠ヤ繚鎸佹瘮渚� */
	max-width: none;
	/* 纭繚鍥剧墖涓嶄細鍥犱负max-width鑰岃缂╁皬 */
}

.home_banner {
	position: relative;
	overflow: hidden;
}

.banner-news {
	width: 360px;
	height: 420px;
	background-color: rgba(173, 24, 33, 0.7);
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 10;
	margin-left: -600px;
}

.banner-news .title {
	font-size: 23px;
	font-weight: 600;
	font-stretch: normal;
	line-height: 44px;
	letter-spacing: 1px;
	color: #ffffff;
	padding: 0px 30px;
	margin-top: 30px;
}

.banner-news .title .title-en {
	font-family: Arial;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 1px;
}

.banner-news .news-list {}

.banner-news .news-list li {
	/* background-color: #ffffff; */
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	padding: 17px;
	padding-left: 48px;
	padding-right: 35px;

	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 28px;
	letter-spacing: 1px;
	color: #ffffff;
	background: url(ifl_bannner-news-icon-0.png) no-repeat;
	background-position: 28px 22px;
}


.banner-news .news-list li:last-child {
	border-bottom: 0;
}

.banner-news .news-list li a {}

.banner-news .news-list li.active {
	background: url(ifl_bannner-news-icon-1.png) no-repeat;
	background-position: 28px 22px;
}

.banner-news .swiper-main-btn {
	width: 360px;
	height: 68px;
	background-color: #be6f60;
	position: absolute;
	bottom: 0;
	left: 0;
	display: flex;
	align-content: space-between;
	justify-content: space-between;
}

.banner-news .swiper-main-btn>div {
	width: 50%;
	text-align: center;
	line-height: 68px;
	cursor: pointer;
}

.banner-news .swiper-main-btn img {
	width: 21px;
	height: 35px;
}

.banner-news .swiper-main-btn>div:first-child {
	transform: rotate(180deg);
	transform-origin: center center;
	border-left: 1px solid rgba(255, 255, 255, 0.3);
}

.banner-news .swiper-main-btn>div:first-child {}

.home-channel-title {
	/* font-family: MicrosoftYaHeiSemibold; */
	font-size: 23px;
	font-weight: 600;
	line-height: 44px;
	letter-spacing: 1px;
	color: #ad1821;
	margin-bottom: 30px;
}

.home-channel-title .title-en {
	font-family: Arial;
	/* font-family: sans-serif; */
	font-size: 15px;
	line-height: 44px;
	letter-spacing: 0px;
	font-weight: normal;
	color: #333333;
}

.home_three_box {
	overflow: hidden;
	padding: 38px 0;
	display: flex;
	/* padding-bottom: 60px; */
}

.home_three_box>div {
	border-left: 1px solid #ad1821;
}

.home_three_box>div:first-child {
	border-left: 0;
}


.home_three_box .overview {
	width: 392px;
	float: left;
	padding-right: 20px;
	position: relative;
}

.home_three_box .overview .content {
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 38px;
	letter-spacing: 0.5px;
	color: #333333;
	margin-top: -11px;
	text-align: justify;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 7;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	height: 266px;
}

.home_three_box .hot-news {
	width: 414px;
	float: left;
	padding: 0 20px;
}

.home_three_box .news ul {
	margin-top: -10px;
	overflow: hidden;
}

.home_three_box .news ul li {
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 38px;
	letter-spacing: 1px;
	color: #333333;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.home_three_box .news ul li .date {
	font-size: 16px;
	/* font-weight: normal; */
	/* font-stretch: normal; */
	/* line-height: 44px; */
	letter-spacing: 0px;
	color: #bbbaba;
	margin-right: 0px;
	/* font-family: 'Arial'; */
	/* font-weight: 500; */
}

.home_three_box .news ul li a {
	/* height: 100%; */
	/* display: inline-block; */
}

.home_three_box .info-news {
	width: 394px;
	float: left;
	padding-left: 20px;
}

.home_three_box .more {
	margin-top: 10px;
	display: inline-block;
}

.home_three_box .more img {
	width: 48px;
}

.home_three_box .overview .more {
	position: absolute;
	left: 0;
	bottom: 0;
}

.home-publiction {
	background-color: #efefef;
	padding: 45px;
}

.home-publiction .publiction-list {
	overflow: hidden;
	display: flex;
	justify-content: space-between;
}

.home-publiction .publiction-list li {
	width: 279px;
	/* height: 287px; */
	/* background-color: #ffffff; */
	/* float: left; */
	/* margin-right: 28px; */
}

.home-publiction .publiction-list li .publiction-name {

	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 28px;
	letter-spacing: 1px;
	color: #333333;
	/* margin-right: 28px; */
	margin-top: 25px;
}

.home-publiction .publiction-list li .publiction-info {
	padding: 28px 20px;
	display: flex;
	/* overflow: hidden; */
	background: #fff;
	/* float: left; */
	position: relative;
}

.home-publiction .publiction-list li .publiction-info::after {
	content: "";
	position: absolute;
	bottom: -15px;
	left: 50px;
	/* 灏嗗€掍笁瑙掑畾浣嶅埌div鐨勪腑蹇� */
	transform: translateX(-580%);
	/* 灏嗗€掍笁瑙掑悜宸︾Щ鍔ㄥ叾瀹藉害鐨勪竴鍗婏紝浣垮叾灞呬腑 */
	border-left: 15px solid transparent;
	/* 涓夎褰㈠乏渚э紝璁＄畻鏂瑰紡涓哄簳杈�/2 * (楂�/搴�) */
	border-right: 15px solid transparent;
	/* 涓夎褰㈠彸渚� */
	border-bottom: 15px solid white;
	/* 涓夎褰㈢殑搴曡竟锛岄鑹蹭负鐧借壊 */
	width: 0;
	height: 0;
	transform: rotate(180deg);
}

.home-publiction .publiction-list li .publiction-info .publiction-img {
	width: 162px;
	height: 231px;
	box-shadow: 2px 3px 4px 1px rgba(0, 0, 0, 0.2);
	border: solid 1px #cccccc;
	float: left;
}

.home-publiction .publiction-list li .publiction-info .right {
	float: right;
	position: relative;
	width: 77px;
	padding: 0 20px;
}

.home-publiction .publiction-list li .publiction-info .right .name-box {
	writing-mode: vertical-lr;
	position: absolute;
	right: 0;
	top: 0;
}

.home-publiction .publiction-list li .publiction-info .right .name {
	font-size: 18px;
	font-weight: 600;
	font-stretch: normal;
	line-height: 28px;
	letter-spacing: 1px;
	color: #333333;
}

.home-publiction .publiction-list li .publiction-info .right .cate {
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 1px;
	color: #999999;
}

.home-publiction .publiction-list li .publiction-info .right .more {
	position: absolute;
	left: 20px;
	bottom: 0;
}

.friend-link {
	background-color: #ad1821;
	padding: 16px 0;
}

.friend-link .link-content {

	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 45px;
	letter-spacing: 1px;
	color: #ffffff;
	overflow: hidden;
}

.friend-link .link-content .title {
	float: left;
}

.friend-link .link-content .link-list {
	float: left;
	width: 1105px;
}

.friend-link .link-content .link-list li {
	float: left;
	padding-right: 44px;
	border-bottom: 1px solid #b83343;
}

.friend-link .link-content .link-list li:nth-child(n+8) {
	border-bottom: 0;
}

.copyright_box {
	width: 100%;
	/* height: 100px; */
	background-color: #970516;
	padding: 23px 0;
	text-align: center;

	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 27px;
	letter-spacing: 1px;
	color: #ffffff;
}

.copyright_box p {}


.bgf8 {
	background: #f8f8f8;
}

.breadcrumb {
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1.2;
	letter-spacing: 1px;
	color: #999999;
	padding: 25px 0 14px 0;
	margin-bottom: 0;
}

.breadcrumb li {
	padding: 0;
}

.breadcrumb>li+li:before {
	display: none;
}

.page_body {
	/* width: 935px; */
	/* height: 823px; */
	/* background-color: #ffffff; */
	overflow: hidden;
	padding-bottom: 40px;
}

.page_body .left-nav {
	width: 285px;
	/* height: 606px; */
	background-color: #ececec;
	float: left;
	padding-bottom: 120px;
}

.page_body .left-nav .menu-title {
	width: 100%;
	height: 65px;
	background-color: #ad1821;
	font-family: MicrosoftYaHei;
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 65px;
	letter-spacing: 2px;
	color: #ffffff;
	padding-left: 25px;
	/* background-image: url(ifl_menu-top-icon.png); */
	/* background-repeat: no-repeat; */
	/* background-position: 140px center; */
}

.page_body .left-nav .menu-title img {
	margin-left: 10px;
}

.page_body .left-nav .nav-list {
	/* padding: 0 25px; */
}

.page_body .left-nav .nav-list li {
	/* border-bottom: 1px solid #ffffff; */
	height: 60px;
	line-height: 60px;
	padding-left: 20px;
	padding: 0 25px;
	background: url(ifl_menu-icon.png) no-repeat;
	background-position: 20px center;
}

.page_body .left-nav .nav-list li.active {
	background-color: #dad9d9;
	margin-top: 1px;
}

.page_body .left-nav .nav-list li a {
	border-bottom: 1px solid #ffffff;
	display: block;
	padding-left: 20px;
	white-space: nowrap;
}

.page_body .news-body {
	background: #fff;
	padding: 40px;
}

.page_body .right-content {
	background: #fff;
	padding: 40px;
	width: 900px;
	/* height: 823px; */
	/* background-color: #ffffff; */
	float: left;
	margin-left: 15px;
	min-height: 600px;
}

.body-channel-title {
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 30px;
	/* overflow: hidden; */
	height: auto;
	margin-top: 5px;
	/* overflow: hidden; */
	position: relative;
}

.body-channel-title .title {
	/* font-family: MicrosoftYaHeiSemibold; */
	font-size: 23px;
	font-weight: 600;
	font-stretch: normal;
	line-height: 1;
	letter-spacing: 1px;
	color: #ad1821;
	padding-bottom: 13px;
	border-bottom: 3px solid #ad1821;
	display: inline-block;
	margin-bottom: -1px;
	margin-right: 15px;
}

.body-channel-title .title-en {
	font-family: Arial;
	font-size: 15px;
	font-weight: normal;
	font-stretch: normal;
	/* line-height: 44px; */
	/* letter-spacing: 1px; */
	color: #333333;
}



.insti-name {
	width: 100%;
	height: 40px;
	background-image: linear-gradient(-90deg,
			#ffffff 0%,
			#fbf3dc 100%);
	line-height: 40px;
	font-size: 18px;
	font-weight: 600;
	font-stretch: normal;
	letter-spacing: 1px;
	color: #ad1821;
	padding-left: 19px;
	border-left: 5px solid #ad1821;
}


.insti-list {
	margin-top: 30px;
	display: flex;
	flex-wrap: wrap;
}

.insti-list li {
	font-family: MicrosoftYaHei;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	/* line-height: 66px; */
	letter-spacing: 1px;
	color: #333333;
	width: 360px;
	position: relative;
	margin-bottom: 30px;
	padding-left: 15px;
}



.insti-list li::after {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	background: #ad1821;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 6px;
}

.insti-list li a {}

.right-nav {
	/* float: right; */
	/* margin-bottom: 11px; */
	/* padding-bottom: 11px; */
	position: absolute;
	right: 0;
	bottom: 11px;
}

.right-nav li {
	/* width: 112px; */
	height: 40px;
	background-color: #ececec;
	border-radius: 4px;
	line-height: 40px;
	padding: 0 22px;
	font-size: 16px;
	/* font-weight: normal; */
	/* font-stretch: normal; */
	/* line-height: 66px; */
	letter-spacing: 1px;
	color: #333333;
	margin-left: 10px;
	/* margin: 0; */
}

.right-nav li.active {
	background-color: #ad1821;
	color: #ffffff;
}

.right-nav li a {}


.news-title {
	/* margin: 35px 0; */
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 44px;
	letter-spacing: 1px;
	color: #333333;
	margin-bottom: 30px;
}

.news-content {
	line-height: 35px;
}

.news-content p {
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 35px;
	letter-spacing: 1px;
	color: #333333;
}

.news-content .red_table {
	border: solid 1px #dcdcdc;
}

.news-content .red_table tbody tr td {
	height: 50px;
	color: #333333;
	background: #fff;
	padding: 5px 20px;
}

.news-content .red_table tbody tr td * {
	color: #333333;
}

.news-content .red_table tbody tr td:nth-child(2n+1) {
	/* background-color: #fbf3dc; */
}

.news-content .red_table tbody tr.red td {
	background-color: #f9e2e3;
	color: #ad1821;
}

.news-content .red_table tbody tr.red td * {
	color: #ad1821;
}

.news-content img {
	max-width: 100%;
}


.news-body .news-first-info {
	margin-top: 35px;
	overflow: hidden;
}

.news-body .news-first-info .news-img {
	width: 500px;
	height: 345px;
	display: block;
	float: left;
}

.news-body .news-first-info .info {
	float: right;
	width: 585px;
}

.news-body .news-first-info .info .title {
	font-size: 24px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 39px;
	letter-spacing: 2px;
	color: #333333;
	border-bottom: 1px solid #e5e5e5;
	padding: 15px 0;
}

.news-body .news-first-info .info .intro {
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 39px;
	letter-spacing: 1px;
	color: #333333;
	margin-top: 23px;
}

.news-body .news-first-info .info .date {
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 1px;
	color: #b7b7b7;
	margin-top: 10px;
}


.news-body .news-list {
	margin-top: 28px;
}

.news-body .news-list li {
	height: 63px;
	line-height: 63px;
	border-bottom: 1px dashed #dcdcdc;
	padding-left: 20px;
	position: relative;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	/* line-height: 44px; */
	letter-spacing: 1px;
	color: #333333;
}

.news-body .news-list li:hover {
	color: #ad1821;
}

.news-body .news-list li::after {
	content: "";
	position: absolute;
	left: 0;
	width: 6px;
	height: 6px;
	background-color: #ad1821;
	border-radius: 50%;
	top: 28.5px;
}

.news-body .news-list li a {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	display: inline-block;
	max-width: 900px;
}

.news-body .news-list li .date {
	float: right;
	color: #b7b7b7;
}

.news-pagination {
	text-align: center;
	display: flex;
	align-content: center;
	justify-content: center;
	margin: 30px 0;
}

.news-pagination .count {
	margin: 20px 0;
	display: inline-block;
	margin-right: 10px;
	height: 35px;
	/* float: left; */
	line-height: 35px;
}

.news-pagination .pagination {}

.news-pagination .pagination li {}

.news-pagination .pagination>li>span,
.news-pagination .pagination>li>a {
	border-radius: 0 !important;
	margin-left: 9px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	padding: 0 12.5px;
	border: solid 1px #d2d2d2;
	font-size: 14px;
	color: #333333;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
	background-color: #ad1821;
	border-color: #ad1821;
	color: #fff !important;
}

.pagination li a {}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
	background-color: #ad1821;
	border-color: #ad1821;
	color: #fff !important;
}